Autogenerated HTML docs for v1.5.0-rc1-g556b 
diff --git a/git-format-patch.html b/git-format-patch.html index 5442377..a5104ce 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -275,7 +275,7 @@  <div class="verseblock">   <div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--attach] [--thread]   [-s | --signoff] [--diff-options] [--start-number &lt;n&gt;]  - [--in-reply-to=Message-Id]  + [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]   &lt;since&gt;[..&lt;until&gt;]</div></div>   </div>   <h2>DESCRIPTION</h2>  @@ -382,6 +382,20 @@  provide a new patch series.   </p>   </dd>  +<dt>  +--suffix=.&lt;sfx&gt;  +</dt>  +<dd>  +<p>  + Instead of using <tt>.txt</tt> as the suffix for generated  + filenames, use specifed suffix. A common alternative is  + <tt>--suffix=.patch</tt>.  +</p>  +<p>Note that you would need to include the leading dot <tt>.</tt> if you  +want a filename like <tt>0001-description-of-my-change.patch</tt>, and  +the first letter does not have to be a dot. Leaving it empty would  +not add any suffix.</p>  +</dd>   </dl>   </div>   <h2>CONFIGURATION</h2>  @@ -392,6 +406,11 @@  <div class="content">   <pre><tt>headers = "Organization: git-foo\n"</tt></pre>   </div></div>  +<p>You can specify default suffix used:</p>  +<div class="literalblock">  +<div class="content">  +<pre><tt>suffix = .patch</tt></pre>  +</div></div>   </div>   <h2>EXAMPLES</h2>   <div class="sectionbody">  @@ -450,7 +469,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 03-Oct-2006 08:41:05 UTC  +Last updated 17-Jan-2007 20:25:05 UTC   </div>   </div>   </body>